Vcenter Deployment Upgrade SourceApplianceSpec
This schema is deprecated as of vSphere API 9.0.0.0.
The Vcenter Deployment Upgrade SourceApplianceSpec schema contains information used to connect to the appliance used as the source for an upgrade.
This schema was added in vSphere API 6.7.
{
"hostname": "string",
"https_port": 0,
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"ssl_verify": false,
"sso_admin_username": "string",
"sso_admin_password": "string",
"root_password": "string",
"ssh_verify": false,
"ssh_thumbprint": "string"
}
This property is deprecated as of vSphere API 9.0.0.0.
The IP address or DNS resolvable name of the source appliance.
This property was added in vSphere API 6.7.
This property is deprecated as of vSphere API 9.0.0.0.
The HTTPS port of the source appliance.
This property was added in vSphere API 6.7.
If missing or null
, port 443 will be used.
This property is deprecated as of vSphere API 9.0.0.0.
SHA1 thumbprint of the server SSL certificate will be used for verification.
This property was added in vSphere API 6.7.
This property is only relevant if ssl_verify is missing or null
or has the value true.
This property is deprecated as of vSphere API 9.0.0.0.
The SSL Certificate of the server that will be used for verification. The value should be a single x509 certificate encoded in PEM format.
This property was added in vSphere API 9.0.0.0.
This property is only relevant if ssl_verify is missing or null
or has the value true.
This property is deprecated as of vSphere API 9.0.0.0.
SSL verification should be enabled or disabled for the source appliance validations. By default it is enabled and will use SSL certificate for verification. If thumbprint is provided, will use thumbprint for the verification.
This property was added in vSphere API 6.7.
If missing or null
, ssl_verify true will be used.
This property is deprecated as of vSphere API 9.0.0.0.
The SSO administrator account on the source appliance.
This property was added in vSphere API 6.7.
This property is deprecated as of vSphere API 9.0.0.0.
The SSO administrator account password.
This property was added in vSphere API 6.7.
This property is deprecated as of vSphere API 9.0.0.0.
The password of the root user on the source appliance.
This property was added in vSphere API 6.7.
This property is deprecated as of vSphere API 9.0.0.0.
Appliance SSH verification should be enabled or disabled. By default it is disabled and will not use any verification. If thumbprint is provided, thumbprint verification will be performed.
This property was added in vSphere API 6.7.
If missing or null
, ssh_verify true will be used.
This property is deprecated as of vSphere API 9.0.0.0.
MD5 thumbprint of the server SSH key will be used for verification.
This property was added in vSphere API 6.7.
This property is only relevant if ssh_verify is missing or null
or has the value true.